projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f412d5d
)
Added entry for Speedbar.
author
Simon Marshall
<simon@gnu.org>
Mon, 5 Oct 1998 09:21:03 +0000
(09:21 +0000)
committer
Simon Marshall
<simon@gnu.org>
Mon, 5 Oct 1998 09:21:03 +0000
(09:21 +0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index 49ca9083626eb18b5e1e0c6d12e24e10b2668945..ab390f448f3bbc0f571be5d411764ca051ea22d1 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-72,6
+72,8
@@
A large number or nil slows down menu responsiveness."
'("--"))
(define-key menu-bar-tools-menu [calendar] '("Display Calendar" . calendar))
+(define-key menu-bar-tools-menu [speedbar]
+ '("Display Speedbar" . speedbar-frame-mode))
(define-key menu-bar-tools-menu [compose-mail] '("Send Mail" . compose-mail))
(define-key menu-bar-tools-menu [rmail] '("Read Mail" . rmail))
(define-key menu-bar-tools-menu [gnus] '("Read Net News" . gnus))